home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / STRAOB / MAKE.BAT next >
DOS Batch File  |  1995-03-09  |  374b  |  13 lines

  1. rem I tend to use TPC a lot.  The only required options are the
  2. rem    $V- relaxed string checking and $F+ Far calls.
  3. rem I actually don't know why anyone designed a language which
  4. rem    requires fixed length strings.
  5. This stuff is in TP7, I dont know how much is backward compatible
  6.  
  7. TPC /$V- /$F+ PBMISC
  8. TPC  PBDATA
  9. TPC /$V- /$F+ TEXTOBJS
  10.  
  11. tpc test
  12. tpc test2
  13.